home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1242 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news2.interserv.net!news
  2. From: peterh@interserv.com
  3. Newsgroups: comp.lang.c++
  4. Subject: A 1 month old c++ programmer has a Link Problem
  5. Date: 10 Jan 1996 01:01:21 GMT
  6. Organization: InterServ News Service
  7. Message-ID: <4cv351$kv@lore.interserv.net>
  8. NNTP-Posting-Host: dd73-024.compuserve.com
  9. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  10.  
  11. Incredible but true, in terms of C++ programming I am only one month old,
  12. less actually if you don't count the time spent getting up to speed with
  13. MS Visual C++ V1.0 and its utilities etc.
  14.  
  15. I am having a problem Linking a program.
  16. I am constantly getting Unresolved External References when I try to build. 
  17. (eg. "C:\VIS-CPP\MFC\LIB\mafxcwd.lib(dlgfile.cpp) : error L2029:             
  18.             'GETOPENFILENAME' : unresolved external")
  19.  
  20. I have written a "mickey mouse" (no offence intended mr. Disney) program
  21. to read a text file, manipulate the data and write some records to a new
  22. text output file. This program makes use of the CFile class and others.
  23. I have selected a Quickwin project type using MFC. The build mode is Debug, 
  24. the Input settings libraries are "mafxcwd, oldnames, libw, mlibcewq" and I 
  25. have Ignore Def Libs selected. This is my first program to Include "AFX.H".
  26. All my directory paths look good so I guess I am missing some other setup
  27. Item.
  28.  
  29. Any Ideas?
  30.